projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74fbc7
)
(TAGS): cd to src to run etags.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Jun 1993 06:47:09 +0000
(06:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Jun 1993 06:47:09 +0000
(06:47 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index e50afa1a54cac310911984178030d6b7761cd40e..1fc107853a6171b671a18775bd170cbdde75dc79 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-476,8
+476,8
@@
relock:
(cd src; make relock)
TAGS tags: lib-src
- (cd ${srcdir}
; lib-src/etags --output=./src/TAGS
\
-
src/*.[ch] lisp/*.el
lisp/term/*.el)
+ (cd ${srcdir}
/src;
\
+
../lib-src/etags *.[ch] ../lisp/*.el ../
lisp/term/*.el)
check:
@echo "We don't have any tests for GNU Emacs yet."